home *** CD-ROM | disk | FTP | other *** search
- .TH FFSPLIT
- 6 "IRIT Version 6.0"
- .SH NAME
- FFSPLIT
-
-
-
- ListType FFSPLIT( CurveType Crv )
-
- or
-
- ListType FFSPLIT( SurfaceType Srf )
-
- Splits the given curve Crv or surface Srf into its scalar
- components that are returned as a list of curves/surfaces.
-
- Example:
-
- E1Srfs = FFSPLIT( circle( vector( 0, 0, 0 ), 1 ) );
-
- splits the circle which is a curve in P3 into four scalar curves (W, X, Y, Z)
- that are returned in a single list.
- See also FFMERGE, FFPTTYPE.
-